home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00143_Script_143 < prev    next >
Text File  |  1998-08-25  |  199b  |  14 lines

  1. on prepareframe
  2.   global zap
  3.   if zap = 0 then
  4.     set the visible of sprite 19 to false
  5.   else
  6.     set the visible of sprite 19 to true
  7.   end if
  8. end
  9.  
  10. on exitframe
  11.   go the frame  
  12. end
  13.  
  14.